fix: return str instead of urllib3.HTTPResponse for `InfluxDBClie…#606
fix: return str instead of urllib3.HTTPResponse for `InfluxDBClie…#606jules-ch wants to merge 2 commits intoinfluxdata:masterfrom
str instead of urllib3.HTTPResponse for `InfluxDBClie…#606Conversation
6ae3a67 to
0a4ae41
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #606 +/- ##
==========================================
- Coverage 90.30% 90.11% -0.20%
==========================================
Files 39 39
Lines 3456 3430 -26
==========================================
- Hits 3121 3091 -30
- Misses 335 339 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I had to use |
|
Ready for review |
|
Do you need me to introduce this as a BREAKING CHANGE. I'll document it as a Breaking change for now |
f024155 to
cb5ff71
Compare
…nt.QueryAPI.query_raw`
cb5ff71 to
f0c7ef4
Compare
|
CI is failing because of a problem on CircleCI I think. Pipeline needs to be triggered again. |
Closes #569
Proposed Changes
As it is done in the Async version of the client, return
strresponse data as per the documentation.Checklist
pytest testscompletes successfully